HTML,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
    border: none;
    font-family: "微软雅黑";
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    /* height: 100%; */
    width: 100%;
    background-color: white;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input {
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
}

input[type=submit],
input[type=button] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

img {
    border: none;
}

ul,
ol,
li {
    list-style-type: none;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
/* ::-webkit-scrollbar {
	width: 2px;
	height: 7px;
	background-color: #FFA933;
} */

/*定义滚动条轨道 内阴影+圆角*/
/* ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
} */

/*定义滑块 内阴影+圆角*/
/* ::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	background-color: #FFA933;
} */

body {
    position: relative;
}

header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    /* max-width: 1920px; */
    padding-top: 25px;
    /* background: url(../img/header_bg.png) no-repeat 100%; */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
}

header .header {
    width: 1400px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

header .header .header-cont {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

header .header .header-cont form {
    position: relative;
    margin-right: 5px;
}

header .header .header-cont form input:first-child {
    width: 150px;
    height: 30px;
    background-color: white;
    border-radius: 40px;
    border: none;
    padding-left: 10px;
}

header .header .header-cont form input:last-child {
    position: absolute;
    top: 8px;
    right: 10px;
}

header .header .header-cont a {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-left: 20px;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */

    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
}

.banner .swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.banner .swiper-container .swiper-pagination {
    width: 100%;
    bottom: 30px;
}

.banner .swiper-container .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: unset;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.banner .swiper-container .swiper-pagination-bullet-active {
    background: white;
}

nav {
    position: relative;
    top: -5px;
    width: 100%;
    /* max-width: 1920px; */
    height: 70px;
    background: linear-gradient(to right, #259db4 0%, #47b455 100%);
    margin: 0 auto;
}

nav .nav {
    width: 1400px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    z-index: 30;
}

nav .nav>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 100%;
    color: white;
    font-size: 20px;
    font-weight: bold;
    transition: all .5s;
}

nav .nav>a.on {
    background-color: #1182d8;
}

nav .nav a:hover {
    background-color: #1182d8;
}

nav .navlist {
    position: absolute;
    width: 100%;
    /* background-color: white; */
    top: 0px;
    z-index: 20;
    /* padding: 50px 0; */
    /* box-shadow: 0 -3px 3px rgb(0 0 0 / 10%); */
    transition: all 1s;
    /* transform:translateY(346px); */
    /* opacity: 0; */
    height: 0px;
    overflow: hidden;
    /* background: url(../img/navbg.png) #fff no-repeat right top; */
}

nav .navlist .navlist1 {
    width: 1400px;
    /* padding: 50px 0; */
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
}

nav .navlist .navlist1 ul {
    width: 175px;
    /* border-right: 1px solid #e9ebf0; */
    /* padding: 0 0 50px 0; */
    /* display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: 100%; */
}

/* nav .navlist .navlist1 ul:nth-child(2),
nav .navlist .navlist1 ul:nth-child(7) {
    display: none;
} */

nav .navlist .navlist1 ul:first-child {}

nav .navlist .navlist1 ul:last-child {
    border-right: unset;
}

nav .navlist .navlist1 ul li {
    /* margin-bottom: 20px; */

}

nav .navlist .navlist1 ul li a {
    font-size: 16px;
    color: #fff;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    /* height: 40px; */
    height: 50px;
    text-align: center;
    padding: 0 10px;
}

nav .navlist .navlist1 ul li a:hover {
    color: #fff;
    text-decoration: underline;
    background-color: #47b455;
}

nav:hover .navlist {
    height: 400px;
    top: -400px;

}

nav .navlist .navlist1 ul.on {
    background-color: rgba(0, 0, 0, 0.2);
}

nav .navlist .navlist1 ul.on li a {
    opacity: 1;
}

.news {
    width: 1400px;
    margin: 95px auto 0;
    display: flex;
    flex-flow: row nowrap;
}

.news .left {
    width: 650px;
    height: 557px;
}

.news .left .swiper-slide {
    background: #f5f8fd;
}

.news .left .swiper-slide .img img {
    width: 650px;
    height: 370px;
}

.news .left .swiper-slide .text {
    padding: 20px 30px;
    width: 650px;
    height: 185px;
    display: flex;
    flex-flow: column nowrap;
}

.news .left .swiper-slide .text .h3 {
    font-size: 18px;
    font-weight: bold;
    color: #161616;
}

.news .left .swiper-slide .text p {
    margin-top: 25px;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 25px;
}

.news .left .swiper-slide .text span {
    align-self: flex-end;
    margin-top: 20px;
    display: block;
    color: #7a7a7a;
    font-size: 14px;
}

.news .left .swiper-container .swiper-pagination {
    left: 25px;
    bottom: 30px;
}

.news .left .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: unset;
    border: 1px solid #1182d8;
    border-radius: 100%;
    opacity: 1;
}

.news .left .swiper-pagination-bullet-active {
    background: #1182d8;
}

.news .left .swiper-slide a:hover .h3 {
    color: #1182d8;
    transition: all .5s;
}

.news .left .swiper-slide a:hover span {
    color: #1182d8;
    transition: all .5s;
}

.news .left .swiper-slide a:hover img {
    transform: scale(1.02);
    transition: all .5s;
}

.news .right {
    margin-left: 40px;
}

.news .right ul li {
    width: 710px;
    height: 165px;
    background-color: #f5f8fd;
    margin-bottom: 30px;
}

.news .right ul li:last-child {
    margin-bottom: 0px;
}

.news .right ul li a {
    display: block;
    padding: 30px;
}

.news .right ul li a .h3 {
    color: #161616;
    font-size: 18px;
}

.news .right ul li a p {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
}

.news .right ul li a span {
    display: block;
    margin-top: 20px;
    color: #7a7a7a;
}

.news .right ul li a:hover .h3 {
    color: #1182d8;
    font-weight: bold;
    transition: all .5s;
}

.news .right ul li a:hover span {
    color: #1182d8;
    transition: all .5s;
}

.industry {
    width: 1920px;
    height: 700px;
    max-width: 100%;
    margin: 100px auto 0;
    position: relative;
    overflow: hidden;
}

.industry .left {
    width: 1400px;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/cybj.png) no-repeat;
    background-size: 100%;
    z-index: 20;
}

.industry .left .left-cont {
    height: 100%;
    margin-left: 260px;
    background: url(../img/cybj_bg.png) no-repeat;
    background-position-x: 20px;
    position: relative;
}

.industry .left .left-cont .cont {
    width: 500px;
    display: none;
}

.industry .left .left-cont .cont.on {
    display: block;
}

.industry .left .left-cont .cont h3 {
    display: inline-block;
    /* background: linear-gradient(to right, #259db4 0%, #47b455 100%);
	-webkit-background-clip: text;
	color: transparent; */
    color: #31a593;
    font-size: 24px;
    font-weight: bold;
}

.industry .left .left-cont .cont p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 40px;
}

.industry .left .left-cont .title {
    position: absolute;
    left: 0;
    bottom: 210px;
}

.industry .left .left-cont .title h2 a {
    color: #161616;
    font-size: 36px;
    font-weight: bold;
}

.industry .left .left-cont .title h3 a {
    color: #c9c9c9;
    font-size: 16px;
    font-weight: bold;
}

.industry .left .left-cont .tab-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    background-color: white;
    border-radius: 100%;
    position: absolute;
}

.industry .left .left-cont .tab-item a span {
    /* display: block;
	width: 100px;
	font-size: 24px;
	font-weight: bold;
	background: linear-gradient(to right, #259db4 0%, #47b455 100%) white;
	-webkit-background-clip: text;
	color: transparent;
	text-align: center; */
    display: block;
    width: 100px;
    font-size: 24px;
    font-weight: bold;
    /* background: linear-gradient(to right, #31a593 0%, #47b455 100%) white; */
    /* -webkit-background-clip: text; */
    color: transparent;
    color: #31a593;
    text-align: center;
}

.industry .left .left-cont .tab-item a:first-child {
    bottom: 10px;
    left: 200px;
}

.industry .left .left-cont .tab-item a:nth-child(2) {
    bottom: 10px;
    left: 400px;
}

.industry .left .left-cont .tab-item a:nth-child(3) {
    bottom: 50px;
    left: 580px;
}

.industry .left .left-cont .tab-item a:nth-child(4) {
    bottom: 200px;
    left: 660px;
}

.industry .left .left-cont .tab-item a:nth-child(5) {
    bottom: 360px;
    left: 730px;
}

.industry .left .left-cont .tab-item a:last-child {
    bottom: 520px;
    left: 805px;
}

.industry .left .left-cont .tab-item a:hover,
.industry .left .left-cont .tab-item a.on {
    background-color: #1182d8;
    border: 1px solid white;
    box-shadow: inset 0px 15px 30px -15px #000;
    transition: all .5s;
}

.industry .left .left-cont .tab-item a:hover span,
.industry .left .left-cont .tab-item a.on span {
    color: white;
    transition: all .5s;
}

.industry .right {
    width: 840px;
    height: 700px;
    position: absolute;
    top: 0;
    right: 0;
}

.industry .right .item {
    display: none;
}

.industry .right .item.on {
    display: block;
}

.industry .right .swiper-container .swiper-pagination {
    display: none;
    width: 100%;
    bottom: 30px;
}

.industry .right .swiper-container .swiper-slide {
    overflow: hidden;
}

.industry .right .swiper-container .swiper-slide:hover img {
    transform: scale(1.02);
    transition: all .5s;
}

.industry .right .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: unset;
    border: 1px solid #1182d8;
    border-radius: 100%;
    opacity: 1;
}

.industry .right .swiper-pagination-bullet-active {
    background: #1182d8;
}

.product {
    width: 1400px;
    margin: 100px auto 0;
}

.product .title h2 {
    text-align: center;
}

.product .title h2 a {
    font-size: 36px;
    font-weight: bold;
    color: #161616;
}

.product .title h3 {
    text-align: center;
}

.product .title h3 a {
    font-size: 16px;
    color: #c9c9c9;
}

.product .swiper-container {
    margin-top: 45px;
    padding-bottom: 50px;
}

.product .swiper-container .swiper-slide {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.product .swiper-container .swiper-slide a {
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden;
}

.product .swiper-container .swiper-slide a img {
    width: 335px;
    height: 449px;
}

.product .swiper-container .swiper-slide a .h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 20px;
    color: #161616;
    display: block;
}

.product .swiper-container .swiper-slide a .more {
    margin: 30px 0;
    align-self: flex-end;
    margin-right: 20px;
    color: #161616;
    font-size: 16px;
    height: 20px;
    display: block;
}

.product .swiper-container .swiper-slide a:hover .more {
    transition: all .5s;
    border-bottom: 1px solid #1182d8;
    color: #1182D8;
}

.product .swiper-container .swiper-slide a:hover img {
    transform: scale(1.02);
    transition: all .5s;
}

.product .swiper-container .swiper-pagination {
    width: 100%;
    bottom: 0px;
}

.product .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: unset;
    border: 1px solid #1182d8;
    border-radius: 100%;
    opacity: 1;
}

.product .swiper-pagination-bullet-active {
    background: #1182d8;
}

.talent {
    width: 1390px;
    margin: 80px auto 0;
    display: flex;
    flex-flow: row nowrap;
}

.talent>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 33.33%;
    height: 220px;
    padding: 0 40px;
}

.talent>a:first-child {
    background: url(../img/rcqq.png) no-repeat 100%;
}

.talent>a:nth-child(2) {
    background: url(../img/yfqq.png) no-repeat 100%;
}

.talent>a:last-child {
    background: url(../img/xmtg.png) no-repeat 100%;
}

.talent>a .left h2 {
    color: white;
    font-weight: bold;
    font-size: 36px;
}

.talent>a .left h3 {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.talent>a .more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    border: 1px solid white;
    border-radius: 100%;
    color: white;
    font-size: 30px;
    padding-bottom: 5px;
}

.talent>a:first-child:hover .more {
    transition: all .5s;
    color: #106fb8;
    background-color: #fff;
}

.talent>a:nth-child(2):hover .more {
    transition: all .5s;
    color: #1092b8;
    background-color: #fff;
}

.talent>a:last-child:hover .more {
    transition: all .5s;
    color: #10b887;
    background-color: #fff;
}

.talent>a:hover {
    transform: scale(1.02);
    transition: all .5s;
}

.culture {
    width: 1400px;
    margin: 80px auto 0;
}

.culture .top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.culture .top .title h2 a {
    color: #161616;
    font-size: 36px;
    font-weight: bold;
}

.culture .top .title h3 a {
    color: #c9c9c9;
    font-size: 16px;
    font-weight: bold;
}

.culture .top .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 55px;
    background-color: #f5f8fd;
    color: #7a7a7a;
    font-size: 14px;
    transition: all .5s;
}

.culture .top .more a:hover {
    color: #1182d8;
}

.flash4 {
    width: 100%;
    margin: 0px auto;
    position: relative;
    margin-top: 40px;
}

.flash4 ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.flash4 ul li {
    width: 200px;
    height: 500px;
    position: relative;
    overflow: hidden;
    float: left;
}

.flash4 ul li .imgCen {
    width: 100%;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 0px;
    bottom: 5px;
    padding: 20px 30px;
}

.flash4 ul li .imgTop {
    background: #000;
}

.flash4 ul li .imgTop img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.flash4 ul li .imgCen h4 a {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.flash4 ul li .imgCen h5 a {
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
}

.flash4 ul li .imgCen p {
    font-size: 14px;
    color: white;
    line-height: 22px;
    margin-top: 20px;
    display: none;
}

.flash4 ul li .imgCen .more {
    margin-top: 30px;
    display: none;
}

.flash4 ul li .imgCen .more a {
    text-decoration: underline;
    color: white;
}

.flash4 ul li.first {
    width: 300px;
}

.flash4 ul li.first .imgCen p {
    display: block;
}

.flash4 ul li.first .imgCen .more {
    display: block;
}

.flash4 ul li.fast {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.flash4 ul li.first .imgTop {}

.flash4 ul li.first .imgTop {
    background: unset;
}

.flash4 ul li.first .imgTop img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.links {
    margin-top: 40px;
    width: 100%;
}

.links .link {
    height: 50px;
    background-color: #e2e2e2;
    margin-bottom: 5px;
}

.links .link:last-child {
    margin-bottom: 0px;
}

.links .link .links-cont {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.links .link .links-cont .tit {
    color: #787878;
    font-size: 14px;
}

.links .link .links-cont .linka {
    width: 1330px;
}

.picMarquee-left {
    overflow: hidden;
    position: relative;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    height: 100%;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-right: 30px;
    display: flex;
    height: 30px;
    align-items: center;
}

.links .link .links-cont .linka a {
    color: #787878;
    transition: all .5s;
}

.links .link .links-cont .linka a:hover {
    color: #1182d8;
}

.footer {
    background-color: #e9e9e9;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer .footer-cont {
    width: 1400px;
    margin: 0 auto;
}

.footer .footer-cont .cont-top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.navlink {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navlink .item {
    display: flex;
    flex-flow: column nowrap;
    margin-right: 40px;

}

.navlink .item>a {
    color: #747474;
    font-size: 16px;
}

.navlink .item ul {
    margin-top: 20px;
}

.navlink .item ul li {
    margin-bottom: 20px;
}

.navlink .item ul li a {
    font-size: 14px;
    color: #787878;
}

.navlink .item a:hover {
    color: #1182d8;
    transition: all .5s;
}

.footer .footer-cont .top-right .ercode {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

.footer .footer-cont .top-right .ercode span {
    margin-top: 10px;
    font-size: 14px;
    color: #787878;
}

.footer .footer-cont .cont-bottom {
    display: flex;
    flex-flow: cl nowrap;
    flex-flow: column nowrap;
    /* justify-content: center; */
    align-items: center;
}

.cont-bottom .bt-text p {
    color: #747474;
    font-size: 14px;

}

.cont-bottom .bt-text p:last-child {
    margin-top: 5px;
}

.cont-bottom .bt-text p a {
    color: #747474;
    font-size: 14px;
}

.cont-bottom .bottom-right p {
    text-align: right;
}

.twobanner {
    /* max-width: 1920px; */
    height: 380px;
    margin: 0 auto;
    /* background-size: cover; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.twobanner .twocont {
    width: 1400px;
    margin: 0 auto;
    /* padding-top: 260px; */
    padding-top: 175px;
}

.twobanner .twocont h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
}

.twobanner .twocont h3 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
}

.twobanner .twocont p {
    font-size: 14px;
    color: white;
}

.twobanner .twocont p a {
    font-size: 14px;
    color: white;
}

.twonav {
    margin: 20px auto 0;
    width: 1400px;
    height: 100px;
    background-color: white;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 30px;
}

.twonav a {
    height: 45px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid #f2f2f2;
    margin-right: 20px;
    font-size: 16px;
    color: #000000;
    transition: all .5s;
}

.twonav a:hover,
.twonav a.on {
    background-color: #1182d8;
    color: white;
}

.contant-box {
    padding: 30px;
    background-color: white;
    margin: 20px auto 0;
    width: 1400px;
}

#map2 {
    width: 100%;
    height: 400px;
}

.contant-box .contant-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.contant-box .contant-items .item {
    display: flex;
    width: 665px;
    height: 100px;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    background-color: #f5f8fd;
    padding-left: 30px;
}

.contant-box .contant-items .item img {
    align-self: center;
}

.contant-box .contant-items .item span {
    margin-left: 10px;
    font-size: 18px;
    color: #000000;
}

#liuyan {
    width: 1400px;
    margin: 20px auto 0;
    padding: 30px;
    background-color: white;
}

#liuyan .layui-container {
    width: 100%;
    padding: 0px;
}

#liuyan .layui-container input {
    height: 60px;
    background-color: #f5f8fd;
    border: unset !important;
}

#liuyan .layui-container textarea {
    height: 260px;
    background-color: #f5f8fd;
    border: unset !important;
}

#liuyan .layui-container img {
    position: relative;
    top: 20px;
}

#liuyan .layui-container .layui-btn {
    width: 100%;
    background-color: #1182d8;
    height: 60px;
}

.detail {
    width: 1400px;
    margin: 20px auto 0;
    padding: 30px;
    background-color: white;
}

.detail .detail-cont {
    border: 1px solid #f2f2f2;
    padding: 40px 60px;
}

.detail .detail-cont h4 {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.detail .detail-cont .cont-h {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.detail .detail-cont .cont-h p,
.detail .detail-cont .cont-h a {
    font-size: 14px;
    color: #909090;
}

.detail .detail-cont .cont-h .h-right {
    display: flex;
    align-items: center;
}

.detail .detail-cont .cont-h .h-right div {
    font-size: 14px;
    color: #909090;
}

.detail .detail-cont .context {
    margin-top: 30px;
}

.detail .detail-cont .context p {
    color: #000000;
    font-size: 16px;
    line-height: 40px;
}

.detail .detail-cont .context p img {
    max-width: 100%;
}

.detail .updown {
    margin: 50px 0 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.detail .updown a {
    color: #909090;
    font-size: 14px;
    transition: all .5s;
}

.detail .updown a:hover {
    color: #1182d8;
}

.xxlist {
    width: 1400px;
    background-color: white;
    padding: 30px;
    margin: 20px auto 0;
}

.xxlist .items {
    padding: 30px 0;
    background-color: #f5f8fd;
    margin-bottom: 30px;
}

.xxlist .items a {
    display: flex;
    flex-flow: row nowrap;
}

.xxlist .items .time {
    width: 106px;
    height: 106px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.xxlist .items .time .day {
    font-size: 36px;
    color: #161616;
}

.xxlist .items .time .year {
    font-size: 16px;
    color: #aaaaaa;
}

.xxlist .items span {
    display: block;
    width: 1px;
    height: 106px;
    background-color: #e5e5e5;
}

.xxlist .items .text {
    margin: 0 30px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.xxlist .items .text .h3 {
    color: #161616;
    font-size: 20px;
}

.xxlist .items .text .p {
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    opacity: 0.5;
    margin-top: 20px;
    width: 1150px;
}

.xxlist .items:hover {
    background-color: #1182d8;
    transition: all .5s;
}

.xxlist .items:hover .time .day {
    color: white;
    transition: all .5s;
}

.xxlist .items:hover .time .year {
    color: white;
    transition: all .5s;
}

.xxlist .items:hover .text .h3 {
    color: white;
    font-weight: bold;
    transition: all .5s;
}

.xxlist .items:hover .text .p {
    color: #c5e0f4;
}

.twlist {
    width: 1400px;
    background-color: white;
    padding: 30px;
    margin: 20px auto 0;
}

.twlist .items {
    background-color: #f5f8fc;
    margin-bottom: 25px;
    overflow: hidden;
}

.twlist .items a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.twlist .items a .img {
    width: 450px;
    height: 255px;
}

.twlist .items a img {
    width: 450px;
    height: 255px;
}

.twlist .items a:hover img {
    transition: all .5s;
    transform: scale(1.02);
}

.twlist .items a .text {
    display: flex;
    flex-flow: column nowrap;
    margin-left: 35px;
    width: 650px;
}

.twlist .items a .text .time {
    margin-top: 50px;
    color: #1182d8;
    font-size: 14px;
}

.twlist .items a .text .h4 {
    color: #161616;
    font-size: 20px;
    margin-top: 15px;
}

.twlist .items a .text .p {
    margin-top: 30px;
    font-size: 14px;
    color: #282828;
    opacity: 0.5;
    line-height: 24px;
}

.twlist .items a>span {
    width: 1px;
    height: 163px;
    display: block;
    background-color: #dcdfe2;
    align-self: center;
    margin: 0 50px;
}

.twlist .items a .more {
    align-self: center;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    border: 1px solid #dcdfe2;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.twlist .items a .more span {
    position: relative;
    top: -3px;
    color: #DCDFE2;
}

.twlist .items:hover .text .h4 {
    color: #1182d8;
    font-weight: bold;
    transition: all .5s;
}

.twlist .items:hover .more {
    background-color: #1182D8;
    transition: all .5s;
}

.twlist .items:hover .more span {
    color: white;
    transition: all .5s;
}

.tplist {
    width: 1400px;
    margin: 20px auto 0;
    padding: 30px;
    background-color: white;
}

.tplist .swiper-containertp {
    margin: 0px 0;
}

.tplist .swiper-containertp .swiper-slide {
    margin: 30px 0px;
}

.tplist .tpcont {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-top: 80px;
}

.tplist .items {
    width: 433px;
    height: 244px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #efefef;
}

.tplist .items:nth-of-type(3n) {
    margin-right: 0px;
}

.tplist .items img {
    width: 100%;
    height: 100%;
}

.tplist .items .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.tplist .items .text a {
    color: #ffffff;
    font-size: 16px;
}


.tplist .swiper-containertp .swiper-button-next {
    width: 40px;
    height: 60px;
    background: url(../img/tp_right.png) no-repeat;
    border-radius: unset;
    right: 0;
    top: 70px;
}

.tplist .swiper-containertp .swiper-button-prev {
    width: 40px;
    height: 60px;
    background: url(../img/tp_left.png) no-repeat;
    border-radius: unset;
    left: 0;
    top: 70px;
}

center.margin-top-60,
center.padding-top-90 {
    margin: 60px auto 30px;
    overflow: hidden;
    width: 100%;
}

center.margin-top-60 ul,
center.padding-top-90 ul {
    list-style-type: none;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

center.margin-top-60 ul li,
center.padding-top-90 ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 15px;
    background: white;
    border: 1px solid #dddddd;
    border-radius: 1px;
}

center.margin-top-60 ul li a,
center.padding-top-90 ul li a {
    color: #5a5a5a;
}

center.margin-top-60 li.active,
center.padding-top-90 li.active {
    background: #1182d8;
}

center.margin-top-60 li.active a,
center.padding-top-90 li.active a {
    color: #fff;
}

center.margin-top-60 ul li a,
center.padding-top-90 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

center.padding-top-90 ul li a .layui-icon-prev:before {
    content: "«";
}

center.padding-top-90 ul li a .layui-icon-next:before {
    content: "»";
}

.alert.alert-danger {
    background-color: #f9f9f9;
    font-size: 14px;
    padding: 10px;
    color: #2c2c2c;
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.alert.alert-danger .text-danger {
    font-size: 16px;
    color: #1182d8;
    font-weight: bold;
}

.text-mute.text-left {
    margin-bottom: 10px;
    width: 1400px;
    margin: 0 auto;
}

.text-mute.text-left .text-info {
    font-weight: bold;
    color: #1182d8;
}

.searchform {
    width: 1400px;
    margin: 30px auto;
}

.searchform form {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}

.searchform input[type=text] {
    width: 100%;
    border: 1px solid #ccc;
    outline: unset;
    height: 40px;
    font-size: 16px;
    padding-left: 10px;
}

.searchform input[type=image] {
    position: absolute;
    top: 14px;
    right: 15px;
}

.page_detail {
    margin: 20px auto 0;
    width: 1400px;
    background-color: white;
    padding: 30px;
}

.page_detail p {
    font-size: 16px;
    line-height: 40px;
}

.page_detail p img {
    max-width: 100%;
}

.cybj {
    width: 1400px;
    margin: 80px auto 0;
}

.cybj .item {
    background-color: #f5f8fd;
    margin-bottom: 25px;

}

.cybj .item a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.cybj .item a .img {
    width: 600px;
    height: 450px;
    overflow: hidden;
}

.cybj .item a .img img {
    width: 100%;
    height: 100%;
}

.cybj .item a .text {
    width: 800px;
    height: auto;
    padding-left: 40px;
    padding-right: 30px;
    position: relative;
    background: url(../img/cybj_bg1.png) right no-repeat;
    background-size: 100%;
}

.cybj .item a .text .h4 {
    color: #161616;
    font-size: 24px;
    font-weight: bold;
    margin-top: 60px;
}

.cybj .item a .text .h5 {
    color: #c9c9c9;
    font-size: 16px;
    font-weight: bold;
}

.cybj .item a .text .p {
    color: #232c2c;
    font-size: 16px;
    line-height: 35px;
    margin-top: 30px;
}

.cybj .item a .text .more {
    position: absolute;
    bottom: 80px;
    left: 40px;
    color: #c9c9c9;
}

.cybj .item:nth-child(2n) a {
    flex-direction: row-reverse;
}

/* .cybj .item:nth-child(2n) a .text{
	left: -40px;
} */
.cybj .item a:hover .text .h4 {
    color: #1182d8;
    transition: all .5s;
}

.cybj .item a:hover .text .more {
    color: #1182d8;
    transition: all .5s;
}

.cybj .item a:hover .img img {
    transform: scale(1.02);
    transition: all .5s;
}

.tt {
    width: 1400px;
    height: 140px;
    margin: 80px auto 0;
    background: url(../img/tt.png) no-repeat 100% 100%;
}

.tt .swiper-container {
    width: 100%;
    height: 100%;
}

.tt .swiper-slide {
    font-size: 18px;
    display: flex;
    flex-flow: column nowrap;
    padding: 0 120px;
    justify-content: center;
    align-items: center;
}

.tt .swiper-slide h2 a {
    font-size: 32px;
    font-weight: bold;
    color: #161616;
}

.tt .swiper-slide p {
    margin-top: 10px;
}

.tt .swiper-slide p a {
    font-size: 14px;
    color: #919191;
}

.tt .swiper-container-vertical>.swiper-pagination-bullets {
    right: 40px;
}

.djdt {
    width: 1400px;
    margin: 80px auto 0;
}

.newtit {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.newtit h2 a {
    color: #161616;
    font-weight: bold;
    font-size: 36px;
}

.newtit h3 a {
    color: #c9c9c9;
    font-size: 16px;
    font-weight: bold;
}

.djdt .djdt-cont {
    margin-top: 35px;
}

.djdt .djdt-cont .swiper-container {
    padding-bottom: 50px;
}

.djdt .djdt-cont .img {
    overflow: hidden;
}

.djdt .djdt-cont .img img {
    width: 445px;
    height: 250px;
}

.djdt .djdt-cont .text {
    width: 445px;
    height: 110px;
    padding-left: 20px;
    padding-top: 25px;
    background-color: #f5f8fd;
}

.djdt .djdt-cont .text .h4 {
    font-size: 18px;
    color: #161616;

}

.djdt .djdt-cont .text span {
    display: block;
    margin-top: 20px;
    color: #333333;
    opacity: 0.5;
}

.djdt .djdt-cont .swiper-slide a:hover .text {
    border-bottom: 1px solid #1182D8;
    transition: all .5s;
}

.djdt .djdt-cont .swiper-slide a:hover .text .h4 {
    color: #1182d8;
    font-size: 18px;
    font-weight: bold;
    transition: all .5s;
}

.djdt .djdt-cont .swiper-slide a:hover img {
    transform: scale(1.02);
    transition: all .5s;
}

.djdt .djdt-cont .swiper-pagination {
    bottom: 0px;
    left: 0;
    width: 100%;
}

.advimg {
    width: 1400px;
    margin: 50px auto 0;
    overflow: hidden;
}

.advimg a img {
    transition: all .5s;
}

.advimg a img:hover {
    transform: scale(1.02);
}

.construction {
    width: 1400px;
    margin: 60px auto 0;
}

.construction .items {
    margin-top: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.construction .items .item {
    width: 685px;
    height: 160px;
    background-color: #f5f8fd;
    margin-bottom: 30px;
}

.construction .items .item a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.construction .items .item a .time {
    width: 125px;
    height: 160px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.construction .items .item a .time .day {
    color: #161616;
    font-size: 36px;
}

.construction .items .item a .time .year {
    font-size: 16px;
    color: #aaaaaa;
}

.construction .items .item a span {
    display: block;
    width: 1px;
    height: 106px;
    background-color: #e5e5e5;
}

.construction .items .item a .text {
    width: 520px;
    align-self: flex-start;
    margin-left: 25px;
}

.construction .items .item a .text .h4 {
    margin-top: 35px;
    color: #161616;
    font-weight: normal;
    font-size: 18px;
}

.construction .items .item a .text .p {
    font-size: 14px;
    color: #282828;
    opacity: 0.5;
    margin-top: 10px;
    line-height: 24px;
}

.construction .items .item:hover a .text .h4 {
    color: #1182d8;
    font-weight: bold;
    transition: all .5s;
}

.under {
    width: 1400px;
    margin: 35px auto 0;
}

.under .under-cont {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 35px;
}

.under .under-cont .left {
    width: 685px;
    height: 555px;
    background-color: #f5f8fd;
}

.under .under-cont .left img {
    width: 685px;
    height: 385px;
}

.under .under-cont .left .text {
    padding: 25px;
}

.under .under-cont .left .text .h4 {
    font-size: 18px;
    color: #161616;
}

.under .under-cont .left .text p {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}

.under .under-cont .left .text span {
    font-size: 14px;
    color: #aaaaaa;
    display: block;
    margin-top: 10px;
}

.under .under-cont .swiper-pagination {
    bottom: 180px;
    left: 590px;
}

.under .under-cont .swiper-pagination-bullet {
    border: 1px solid white;
}

.under .under-cont .swiper-pagination-bullet-active {
    border: 1px solid #1182d8;
}

.under .under-cont .left a:hover .text .h4 {
    color: #1182d8;
    font-weight: bold;
    transition: all .5s;
}

.under .under-cont .left a:hover .text span {
    color: #1182d8;
    transition: all .5s;
}

.under .under-cont .left a:hover img {
    transform: scale(1.02);
    transition: all .5s;
}

.under .right {
    width: 690px;
    height: 555px;
}

.under .right .top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.under .right .top .item {
    width: 330px;
    height: 270px;
    background-color: #f5f8fd;
    overflow: hidden;
}

.under .right .top .item img {
    width: 330px;
    height: 185px;
}

.under .right .top .item .h4 {
    padding: 15px 20px;
}

.under .right .top .item .h4 a {
    color: #161616;
    font-size: 18px;
}

.under .right .top .item:hover .h4 a {
    color: #1182d8;
    font-weight: bold;
    transition: all .5s;
}

.under .right .top .item:hover img {
    transform: scale(1.02);
    transition: all .5s;
}

.under .right ul li {
    margin-top: 20px;
    background-color: #f5f8fd;
    padding-left: 20px;
    padding-top: 20px;
    width: 690px;
    height: 122px;
}

.under .right ul li .h4 {
    font-size: 18px;
    color: #161616;
}

.under .right ul li p {
    margin-top: 5px;
    font-size: 14px;
    color: #aaaaaa;
}

.under .right ul li span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #aaaaaa;
}

.under .right ul li a:hover .h4 {
    color: #1182d8;
    font-weight: bold;
    transition: all .5s;
}

.under .right ul li a:hover span {
    color: #1182d8;
    transition: all .5s;
}

.company {
    margin: 80px auto 0;
    width: 1400px;
    height: 720px;
}

.company .company-cont {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
    margin-top: 50px;
}

.company .company-cont .left {
    width: 700px;
    height: 480px;
    background: url(../img/com-left.png) no-repeat 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 2;
    padding: 0 50px;
}

.company .company-cont .left h4 {
    margin-top: 80px;
}

.company .company-cont .left h4 a {
    color: #161616;
    font-size: 28px;
    font-weight: bold;
}

.company .company-cont .left p {
    margin-top: 50px;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    opacity: 0.7;
}

.company .company-cont .left p a {
    font-size: 14px;
    color: #000000;
    opacity: 1;
}

.company .company-cont .left .nums {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 90px;
}

.company .company-cont .left .nums .count span:first-child {
    font-size: 44px;
    font-weight: bold;
    display: inline-block;
    /* background: linear-gradient(to right, #259db4 0%, #47b455 100%);
	-webkit-background-clip: text;
	color: transparent; */
    color: #259db4;
}

.company .company-cont .left .nums .count span:last-child {
    display: inline-block;
    background: linear-gradient(to right, #259db4 0%, #47b455 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 16px;
}

.company .company-cont .left .nums .num {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.company .company-cont .left .nums .num em {
    color: #878787;
    font-size: 14px;
}

.company .company-cont .right {
    width: 750px;
    height: 600px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.company .company-cont .right:hover img {
    transform: scale(1.02);
    transition: all .5s;
}

.speech {
    width: 100%;
    max-width: 1920px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
}

.speech .item {
    height: 250px;
    width: 960px;
    background-color: white;
}

.speech .item a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 250px;
    padding-left: 360px;
}

.speech .item:last-child a {
    padding-left: 220px;
}

.speech .item a i {
    font-size: 60px;
    color: #161616;
}

.speech .item a .text {
    display: flex;
    flex-flow: column nowrap;
    margin-left: 5px;
}

.speech .item a .text .h4 {
    font-size: 36px;
    font-weight: bold;
    color: #161616;
}

.speech .item a .text .h5 {
    font-size: 14px;
    font-weight: bold;
    color: #c9c9c9;
}

.speech .item.on {
    background-color: #1182d8;
}

.speech .item.on i {
    color: white;
}

.speech .item.on .text .h4 {
    color: white;
}

.speech .item.on .text .h5 {
    color: #88c1ec;
}

.honnor {
    width: 1400px;
    margin: 70px auto 0;
}

.honnor .honnor-cont {
    margin-top: 60px;
}

.honnor .honnor-cont .swiper-container {
    padding-bottom: 50px;
}

.honnor .honnor-cont .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 36px;
    background: url(../img/honor_bg.png) no-repeat center bottom;
}

.honnor .honnor-cont .swiper-slide img {
    width: 290px;
    height: 400px;
}

.honnor .honnor-cont .swiper-slide:hover img {
    transform: scale(1.02);
    transition: all .5s;
}

.honnor .honnor-cont .swiper-pagination {
    width: 100%;
    bottom: 0;
    left: 0;
}

.gystory {
    width: 1400px;
    margin: 80px auto 0;
}

.gystory .swiper-container {
    margin-top: 40px;
    padding-bottom: 50px;
}

.gystory .swiper-container .swiper-slide a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
    background-color: white;
}

.gystory .swiper-container .swiper-slide a img {
    width: 470px;
    height: 265px;
}

.gystory .swiper-container .swiper-slide a .text {
    margin-left: 30px;
}

.gystory .swiper-container .swiper-slide a .text .h4 {
    margin-top: 50px;
    color: #161616;
    font-size: 18px;
    font-weight: bold;
}

.gystory .swiper-container .swiper-slide a .text .p {
    margin-top: 30px;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 32px;
}

.gystory .swiper-container .swiper-slide a:hover .text .h4 {
    color: #1182d8;
    transition: all .5s;
}

.gystory .swiper-container .swiper-slide a:hover img {
    transform: scale(1.02);
    transition: all .5s;
}

.gystory .swiper-pagination {
    width: 100%;
    bottom: 0;
    left: 0;
}

.concept {
    width: 100%;
    background-color: white;
    margin: 30px auto 0;
    margin-bottom: -40px;
    padding-bottom: 40px;
}

.concept .concept-cont {
    width: 1400px;
    margin: 0 auto;
    padding-top: 80px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.concept .concept-cont .item {
    width: 450px;
    height: 385px;
    transition: all .5s;
    overflow: hidden;
    background: #000;
}

.concept .concept-cont .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.concept .concept-cont .item a .text {
    position: absolute;
    width: 100%;
    left: 30px;
    bottom: 30px;
}

.concept .concept-cont .item a .text .h5 {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
}

.concept .concept-cont .item a .text .h5 span {
    font-size: 16px;
}

.concept .concept-cont .item a .text p {
    color: #ffffff;
    font-size: 20px;
    margin-top: 5px;
}

.concept .concept-cont .item:hover {
    transform: scale(1.02);
    background: unset;
}

.concept .concept-cont .item:hover a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.concept .cultural {
    width: 1400px;
    margin: 80px auto 0;
}

.concept .cultural .cultural-cont {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 50px;
}

.concept .cultural .left {
    width: 690px;
    height: 500px;
}

.concept .cultural .left img {
    width: 690px;
    height: 388px;
}

.concept .cultural .left .h4 {
    color: #282828;
    font-size: 18px;
    margin-top: 30px;
}

.concept .cultural .left .p {
    color: #282828;
    font-size: 14px;
    opacity: 0.5;
    margin-top: 10px;
}

.concept .cultural .left:hover .h4 {
    color: #1182d8;
    transition: all .5s;
}

.concept .cultural .left:hover {
    transform: scale(1.02);
    transition: all .5s;
}

.concept .cultural .swiper-button-next {
    width: 40px;
    height: 60px;
    background: url(../img/tp_right.png) no-repeat;
    border-radius: unset;
    right: 0;
    top: 40%;
}

.concept .cultural .swiper-button-prev {
    width: 40px;
    height: 60px;
    background: url(../img/tp_left.png) no-repeat;
    border-radius: unset;
    left: 0;
    top: 40%;
}

.concept .cultural .right {
    width: 690px;
    height: 500px;
}

.concept .cultural .right ul li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(229, 229, 229, 0.3);
}

.concept .cultural .right ul li:first-child {
    padding-top: 0px;
}

.concept .cultural .right ul li:last-child {
    border: none;
}

.concept .cultural .right ul li a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.concept .cultural .right ul li a .time {
    width: 120px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.concept .cultural .right ul li a .time .day {
    font-size: 36px;
    color: #3681d9;
}

.concept .cultural .right ul li a .time .year {
    font-size: 16px;
    color: #aaaaaa;
}

.concept .cultural .right ul li a span {
    display: block;
    width: 1px;
    height: 130px;
    background-color: #e5e5e5;
}

.concept .cultural .right ul li a .text {
    margin-left: 20px;
    width: 540px;
}

.concept .cultural .right ul li a .text .h4 {
    font-size: 18px;
    color: #232c2c;
}

.concept .cultural .right ul li a .text .p {
    font-size: 14px;
    color: #282828;
    opacity: 0.5;
    line-height: 24px;
    margin-top: 20px;
}

.concept .cultural .right ul li:hover a .text .h4 {
    color: #3681d9;
    font-weight: bold;
    transition: all .5s;
}

.function {
    width: 100%;
    max-width: 1920px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    margin-top: 50px;
}

.function .funct-cont {
    width: 1400px;
    margin: 0 auto;
}

.function .funct-cont h4 a {
    color: white;
    font-size: 36px;
    font-weight: bold;
}

.function .funct-cont h5 a {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.function .funct-cont p {
    width: 870px;
    font-size: 18px;
    line-height: 35px;
    color: white;
    margin-top: 30px;
}

.function .funct-cont span {
    display: block;
    margin-top: 50px;
}

.function .funct-cont span a {
    font-size: 16px;
    color: white;
}

.meet {
    width: 1400px;
    margin: 80px auto 0;
}

.meet .swiper-container {
    margin-top: 30px;
    padding-bottom: 50px;
}

.meet .swiper-container .swiper-slide {
    width: 445px;
    height: 300px;
    background-color: white;
    padding: 40px 30px;
    position: relative;
}

.meet .swiper-container .swiper-slide .time {
    color: #aaaaaa;
    font-size: 14px;
}

.meet .swiper-container .swiper-slide .h4 {
    color: #161616;
    font-size: 18px;
    margin-top: 15px;
}

.meet .swiper-container .swiper-slide .p {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 25px;
    margin-top: 30px;
}

.meet .swiper-container .swiper-slide .more {
    position: absolute;
    bottom: 40px;
    left: 30px;
    color: #aaaaaa;
    font-size: 14px;
}

.meet .swiper-container .swiper-slide a:hover .time {
    transition: all .5s;
    color: #1182d8;
}

.meet .swiper-container .swiper-slide a:hover .h4 {
    font-weight: bold;
    transition: all .5s;
    color: #1182d8;
}

.meet .swiper-container .swiper-slide a:hover .more {
    transition: all .5s;
    color: #1182d8;
}

.meet .swiper-pagination {
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.event {
    padding-top: 50px;
    padding-bottom: 30px;
    margin: 80px auto 0;
    width: 100%;
    background-color: white;
}

.event .items {
    width: 1400px;
    margin: 40px auto 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.event .items .item {
    width: 685px;
    height: 160px;
    background-color: #f5f8fd;
    margin-bottom: 30px;
    padding: 20px;
}

.event .items .item a {
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.event .items .item a .time {
    width: 80px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.event .items .item a .time .day {
    color: #161616;
    font-size: 36px;
}

.event .items .item a .time .year {
    color: #aaaaaa;
    font-size: 16px;
}

.event .items .item a .text {
    width: 520px;
}

.event .items .item a span {
    display: block;
    width: 1px;
    height: 106px;
    background-color: #e5e5e5;
    margin: 0 30px 0 20px;
}

.event .items .item a .text .h4 {
    color: #161616;
    font-size: 18px;
}

.event .items .item a .text .p {
    color: #282828;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.5;
    margin-top: 20px;
}

.event .items .item a:hover .text .h4 {
    transition: all .5s;
    color: #1182d8;
    font-weight: bold;
}

.risk {
    width: 1400px;
    margin: 80px auto 0;
}

.risk .items {
    margin-top: 30px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.risk .items .item {
    display: block;
    width: 445px;
    height: 300px;
    background-color: white;
}

.risk .items .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.risk .items .item a {
    display: flex;
    flex-flow: column nowrap;
    padding: 40px 30px;
}

.risk .items .item a .time {
    color: #aaaaaa;
    font-size: 14px;
}

.risk .items .item a .h4 {
    color: #161616;
    font-size: 18px;
    margin-top: 10px;
}

.risk .items .item a .p {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 25px;
    margin-top: 30px;
}

.risk .items .item a .more {
    position: absolute;
    bottom: 40px;
    left: 30px;
    color: #aaaaaa;
    font-size: 14px;
}

.risk .items .item a:hover .h4 {
    transition: all .5s;
    color: #1182d8;
    font-weight: bold;
}

.risk .items .item a:hover .more {
    transition: all .5s;
    color: #1182d8;
}

.notice {
    width: 1400px;
    margin: 80px auto 0;
}

.notice ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.notice ul li {
    margin-bottom: 30px;
}

.notice ul li a {
    width: 685px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    background-color: white;
}

.notice ul li a span:first-child {
    color: #353535;
    font-size: 18px;
    display: block;
}

.notice ul li a span:last-child {
    color: #aaaaaa;
    font-size: 14px;
    display: block;
}

.notice ul li a:hover span:first-child {
    transition: all .5s;
    color: #1182d8;
    font-weight: bold;
}

.zb-notice {
    margin-top: 40px;
}

.cpdetail {
    width: 1400px;
    margin: 20px auto 0;
    padding: 60px 30px;
    background-color: white;
    background: url(../img/cp_bg.png) white top right;
}

.cpdetail .cpdetail-cont {
    display: flex;
    justify-content: space-between;
}

.cpdetail .cpdetail-cont .cpleft {
    align-self: baseline;
    padding: 50px;
    border: 1px solid #efefef;
}

.cpdetail .cpdetail-cont .cpleft img {
    width: 370px;
}

.cpdetail .cpdetail-cont .cpright {
    width: 770px;
}

/*.dszzc{
	width: 1400px;
	margin: 20px auto 0;
	padding: 50px 30px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	background: url(../img/ldzc_right.png) white no-repeat 1210px 48px;
}
.dszzc .left{
	width: 387px;
	height: 516px;
	background-color: #f5f8fd;
	position: relative;
}
.dszzc .left img{
	position: absolute;
	top: 20px;
	left: 20px;
}
.dszzc .right{
	width: 838px;
	height: auto;
	background-color: #f5f8fd;
	padding: 20px 50px;
	margin-right: 50px;
	margin-top: 40px;
}
.dszzc .right .top{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.dszzc .right .top span{
	display: block;
	width: 90px;
	height: 1px;
	background-color: #1182d8;
}
.dszzc .right .top .text{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.dszzc .right .top .text h3{
	font-size: 26px;
	font-weight: bold;
	color: #1182d8;
}
.dszzc .right .top .text p{
	font-size: 14px;
	font-weight: normal;
	color: #cecece;
}
.dszzc .right .dszzc-cont{
	margin-top: 25px;
}
.dszzc .right .dszzc-cont p{
	font-size: 16px;
	line-height: 38px;
}*/

.dszzc {
    margin-top: 20px;
    width: 1400px;
    margin: 20px auto 90px;

}

.dszzc .dszzc-cont {
    padding: 60px 30px 30px;
    background-color: white;
    background: url(../img/dszzc-bg.png) no-repeat;
    background-position: -120px -82px;
    position: relative;
}

.dszzc .dszzc-cont::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    opacity: 0;
    top: 0;
    left: 0;
}


.dszzc .dszzc-cont .top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.dszzc .dszzc-cont .top .cont-left {
    width: 760px;
    background: url(../img/dszzc-l-bg.png) no-repeat left top;
    padding: 70px 0 0 60px;
}

.dszzc .dszzc-cont .top .cont-left .tit {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.dszzc .dszzc-cont .top .cont-left .tit .tit-cont .h3 {
    font-size: 26px;
    font-weight: bold;
    color: #1182d8;
}

.dszzc .dszzc-cont .top .cont-left .tit .tit-cont .h5 {
    font-size: 14px;
    color: #cecece;
}

.dszzc .dszzc-cont .top .cont-left .tit .span {
    display: inline-block;
    width: 90px;
    height: 1px;
    background-color: #1182d8;
}

.dszzc .dszzc-cont .top .cont-left .ds-cont {
    margin-top: 20px;
}

.dszzc .dszzc-cont .top .cont-left .ds-cont p {
    font-size: 16px;
    line-height: 38px;
    text-indent: 2em;
}

.dszzc .dszzc-cont .bottom {
    margin-top: 30px;
}

.dszzc .dszzc-cont .bottom p {
    font-size: 16px;
    line-height: 38px;
}

.dszzc .dszzc-cont .bottom .img {
    margin-top: 50px;
    text-align: right;
}




.conent_box {
    width: 1400px;
    background-color: white;
    margin: 0 auto;
}

.bgbai {
    width: 1400px;
    margin: 20px auto 0;
    background-color: white;
    padding: 0 30px;
}

.bgbai .swiper-slide {
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}

.bgbai .swiper-slide img {
    width: 100%;
    height: 500px;
}

.bgbai .swiper-slide:hover img {
    transition: all .5s;
    transform: scale(1.02);
}


#certify .swiper-button-prev {
    width: 40px;
    height: 60px;
    border-radius: unset;
    background: url(../img/cpleft.png) no-repeat;
    opacity: 1;
    left: 282px;
}

#certify .swiper-button-next {
    width: 40px;
    height: 60px;
    border-radius: unset;
    background: url(../img/cpright.png) no-repeat;
    opacity: 1;
    right: 281px;
}

#certify .swiper-button-next,
#certify .swiper-button-prev {
    top: 33%;
}

#certify .swiper-button-prev:hover {
    background: url(../img/cpleft_hover.png) no-repeat;
}

#certify .swiper-button-next:hover {
    background: url(../img/cpright_hover.png) no-repeat;
}

.ggyy {
    margin: 0 30px;
    height: 150px;
    background: url(../img/gsyy.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ggyy .left a {
    margin-left: 25px;
}

.ggyy .right a {
    display: block;
    border-bottom: 1px solid #1182d8;
    font-size: 26px;
    color: #1182d8;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-right: 25px;
}

.ggyy .left a:hover img {
    transform: scale(1.02);
    transition: all .5s;
}

.picitem {
    width: 1400px;
    margin: 20px 30px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.picitem .item {
    width: 435px;
    height: 365px;
    margin-right: 17px;
    margin-top: 20px;
    border: 1px solid #efefef;
    overflow: hidden;
}

.picitem .item:nth-child(3n) {
    margin-right: 0px;
}

.picitem .item a {
    display: flex;
    flex-flow: column nowrap;
}

.picitem .item a .img {
    width: 100%;
    height: 245px;
}

.picitem .item a .img img {
    width: 100%;
    height: 100%;
}

.picitem .item a .text {
    display: flex;
    flex-flow: column nowrap;
    padding: 20px;
    background-color: #f5f8fd;
}

.picitem .item a .text .h2 {
    font-size: 18px;
    color: #000;
}

.picitem .item a .text>span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dce6f3;
    margin: 10px 0 20px;
}

.picitem .item a .text .share {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.picitem .item a .text .share span {
    display: block;
}

.picitem .item a .text .share span:first-child {
    padding: 5px 30px;
    background-color: #1182d8;
    color: white;
    border-radius: 40px;
}

.picitem .item a .text .share img {
    position: absolute;
    display: none;
    top: -70px;
    left: 100px;
}

.picitem .item a .text .share span:last-child {
    color: #909090;
    font-size: 16px;
}

.picitem .item a .text .share span:first-child:hover~img {
    display: block;
}

.picitem .item a:hover .img img {
    transform: scale(1.02);
    transition: all .5s;
}

.zzrylist {
    width: 1400px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 0 30px;
    margin-top: -20px;
}

.zzrylist .item {
    width: 206px;
    height: 335px;
    /* border: 1px solid #efefef; */
    margin-right: 20px;
    margin-top: 20px;
    overflow: hidden;
}

.zzrylist .item:nth-child(6n) {
    margin-right: 0px;
}

.zzrylist .item a {
    display: flex;
    flex-flow: column nowrap;
}

.zzrylist .item a img {
    width: 100%;
    height: 275px;
}

.zzrylist .item a .text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #f5f8fd;
    color: #161616;
    font-size: 16px;
}

.zzrylist .item a:hover img {
    transform: scale(1.02);
    transition: all .5s;
}

.zzrylist .item a:hover .text {
    background-color: #1182d8;
    color: white;
    transition: all .5s;
}

.vision {
    margin-top: 70px;
    width: 1400px;
    margin: 0 auto;
    padding-top: 70px;
}

.vision .cont {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    padding-top: 250px;
    padding-left: 70px;
    margin-top: 40px;
}

.vision .cont p {
    color: #161616;
    font-size: 16px;
    line-height: 35px;
    width: 1260px;

}

.vision .cont p a {
    color: #1182d8;
}

@media all and (max-width:1700px) {
    .industry .left {
        width: 1150px;
        background-size: 90% 100%;
    }

    .industry .left .left-cont .title {
        margin-top: 150px;
    }

    .industry .left .left-cont {
        margin-left: 100px;
    }

    #certify .swiper-button-prev {
        left: 36px;
    }

    #certify .swiper-button-next {
        right: 31px;
    }
}


/* -------------------------------- */

nav .nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .box {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav .box .a1 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    transition: all .5s;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav .box .a1:hover,
.nav .box .a1.on {
    background-color: #1182d8;
}

.nav .box ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.nav .box ul li {
    text-align: center;
    line-height: 50px;
}

.nav .box ul li a {
    font-size: 16px;
    color: #fff;
}

.nav .box ul li:hover {
    background-color: #47b455;
}

nav .nav .box a:hover {
    color: #fff;
    background-color: #47b455;
}

.nav .box ul li:hover a {
    color: #fff;
}

.nav .box:hover ul {
    display: block;
}